CRPEJob::GetNthParameterValue Description

Use CRPEJob::GetNthParameterValueDescription to retrieve the description of the default value set for a parameter.

Syntax
 BOOL GetNthParameterValueDescription (
        const _TCHAR *parameterFieldName,
        const _TCHAR *reportName,
        short index,
        HANDLE *valueDesc,
        short *valueDescLength );
Parameters

parameterFieldName

Specifies a pointer to the parameterFieldName for which you want to retrieve the parameter value description.

reportName

Specifies a pointer to the report name.

index

Specifies the index.

valueDesc

Specifies a pointer to the handle of the value description to be retrieved.

valueDescLength

Specifies a pointer to the length of the value description.

Returns

CRPEJob::GetNthSortField

Use CRPEJob::GetNthSortField to retrieve the name of the sort field at the specified sort field position and the direction in which data in that field is sorted (ascending or descending).

Syntax
BOOL GetNthSortField (
        short sortFieldN,
        CString &field,
        short *direction );
Parameters

sortFieldN

Specifies the number of the sort field for which you want to retrieve information. The first sort field added to the report is field 0, the second is 1, etc.

field

Reference to the CString object containing the name of the sort field if the call is completed successfully.

direction

Specifies a pointer to the sort direction of the sort field if the call is completed successfully. Uses one of the PEP_SF_XXX Sort Order Constants.

Returns


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com